![]() |
PATH![]() |
The parameter block for the device notification callback routine is defined as:
/* Device Notification Parameter Block */
struct USBDeviceNotificationParameterBlock
{
UInt16 pbLength;
UInt16 pbVersion;
USBNotificationType usbDeviceNotification;
UInt8 reserved1;
USBDeviceRef usbDeviceRef;
UInt16 usbClass;
UInt16 usbSubClass;
UInt16 usbProtocol;
UInt16 usbVendor;
UInt16 usbProduct;
OSStatus result;
UInt32 token;
USBDeviceNotificationCallbackProcPtr callback;
UInt32 refcon;
};
Field descriptions
Previous | Back Up One Level | Next | Show Frames | Hide Frames